var runtime.blockprofilerate
8 uses
runtime (current package)
chan.go#L198: if blockprofilerate > 0 {
chan.go#L507: if blockprofilerate > 0 {
mprof.go#L455: var blockprofilerate uint64 // in CPU ticks
mprof.go#L477: atomic.Store64(&blockprofilerate, uint64(r))
mprof.go#L485: rate := int64(atomic.Load64(&blockprofilerate))
select.go#L153: if blockprofilerate > 0 {
sema.go#L137: if profile&semaBlockProfile != 0 && blockprofilerate > 0 {
sema.go#L517: if blockprofilerate > 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |